home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Frameworks / Hsoi's App Shell 1.0a4 / Hsoi's App Shell Headers / HASMenus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-28  |  1.0 KB  |  42 lines  |  [TEXT/CWIE]

  1. /*
  2.     HASMenus.h from Hsoi's App Shell. © 1995-1997 John C. Daub.  All rights reserved.
  3.     
  4.     This is the corresponding header file to HASMenus.c
  5. */
  6.  
  7. #ifndef __MENUS__
  8. #include <Menus.h>
  9. #endif
  10.  
  11. //========================
  12. // Constants
  13. //========================
  14.  
  15.  
  16. //========================
  17. // Resource IDs
  18. //========================
  19.  
  20.  
  21. //========================
  22. // #defines
  23. //========================
  24.  
  25.  
  26.  
  27. //========================
  28. // Function Prototypes
  29. //========================
  30.  
  31. short            HsoiFindMenuItemText( MenuRef, ConstStr255Param );
  32. Boolean            HsoiEqualColor( const RGBColor *, const RGBColor * );
  33. void            HsoiMaintainFontMenu( void );
  34. void            HsoiDoMenuCommand( long );
  35. void            HsoiAdjustMenus( void );
  36. void            HsoiSetUpMenus( void );
  37. void            HsoiAdjustMenusNoWindow( WindowRef window );
  38. void            HsoiAdjustMenusHelpDialog( WindowRef window );
  39. void            HsoiAdjustMenusDialog( WindowRef window );
  40. void            HsoiAdjustMenusDocumentWindow( WindowRef window );
  41. void            HsoiAdjustMenusClipboardWindow( WindowRef window );
  42. void            HsoiAdjustMenusFindDialog( WindowRef window );